CalendarSlotsPanel<S> Class
Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
[Foundation.Register("UIView", true)]
public abstract class CalendarSlotsPanel<> : UIKit.UIView, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
where S: C1.iOS.Calendar.C1Calendar.CalendarSlotInfo
'Declaration
<Foundation.RegisterAttribute("UIView", True)>
Public MustInherit Class CalendarSlotsPanel(Of As C1.iOS.Calendar.C1Calendar.CalendarSlotInfo)
Inherits UIKit.UIView
Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
- S
- The type of the slot. Inherit this class to add custom properties.